home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / RAS.ZIP / Project1.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1997-09-02  |  1KB  |  81 lines

  1. object Form5: TForm5
  2.   Left = 328
  3.   Top = 114
  4.   Width = 277
  5.   Height = 342
  6.   Caption = 'Ping O Death'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 0
  16.     Top = 16
  17.     Width = 65
  18.     Height = 17
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'IP'
  22.   end
  23.   object Edit1: TEdit
  24.     Left = 64
  25.     Top = 16
  26.     Width = 193
  27.     Height = 21
  28.     AutoSize = False
  29.     TabOrder = 0
  30.   end
  31.   object mem_out: TMemo
  32.     Left = 16
  33.     Top = 48
  34.     Width = 233
  35.     Height = 201
  36.     Hint = 'This is were the stats for the ping come from'
  37.     Lines.Strings = (
  38.       '')
  39.     ParentShowHint = False
  40.     ScrollBars = ssVertical
  41.     ShowHint = True
  42.     TabOrder = 1
  43.   end
  44.   object Button1: TButton
  45.     Left = 16
  46.     Top = 272
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Start'
  50.     TabOrder = 2
  51.     OnClick = Button1Click
  52.   end
  53.   object Button2: TButton
  54.     Left = 96
  55.     Top = 272
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Menu'
  59.     TabOrder = 3
  60.     OnClick = Button2Click
  61.   end
  62.   object Button3: TButton
  63.     Left = 176
  64.     Top = 272
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'Stop'
  68.     TabOrder = 4
  69.     OnClick = Button3Click
  70.   end
  71.   object Timer: TTimer
  72.     Left = 8
  73.     Top = 192
  74.   end
  75.   object Ping: TPing
  76.     Timeout = 5000
  77.     Left = 32
  78.     Top = 192
  79.   end
  80. end
  81.